﻿/*========================================================================

	Template Name : Bechtel - Construction Building HTML Template
	Author : Rainbow Design
	最新最全最好的Bootstrap模板：http://www.bootstrapmb.com

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Top Scroll
	03. Loading
	04. Section title
	05. Buttons
	06. Header
	07. Slider
	08. About us
	09. Services
	10. Call to action
	11. Awesome Features
	12. Our Work
	13. Our Team
	14. Testimonials
	15. Blog
	16. Client
	17. Footer
	18. Page Title
	19. FAQ's
	20. Contact Us	

----------------------------------*/

/* Theme Font Use */

@import url('fonts1.css');
@import url('fonts.css');
/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #007bff;
	color: #fff;
}
::-moz-selection {
 background-color: #007bff;
 color: #fff;
}
img {
	max-width: 100%;
}
.gray-bg {
	background-color: #f5f5f5;
}
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 22px;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	line-height: 1.4;
	padding: 0px;
	color: #2D2E33;
	font-family: 'Montserrat', sans-serif;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* ===================================
	02. Top Scroll
=================================== */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background-color: #ff383f;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #cd3333;
}
/* ===================================
	03. Loading
=================================== */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* ===================================
	04. Section title
=================================== */
.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 8px 0px;
	line-height: 40px;
	color: #272727;
	position: relative;
	padding: 0px;
	text-transform: uppercase;
}
.section-title h6 {
	text-transform: uppercase;
	font-size: 12px;
}
.section-title h2 span {
	color: #ff383f;
	text-decoration: underline;
}
/* ===================================
	05. Buttons
=================================== */
.btn-style-1 {
	background-color: #ff383f;
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	color: #fff;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.btn-style-1:hover {
	background-color: #272727;
	color: #fff;
}
.btn-style-2 {
	background-color: #272727;
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	border: 0px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.btn-style-2:hover {
	background-color: #ff383f;
	color: #fff;
}
.btn-style-3 {
	color: #fff;
	font-size: 12px;
	background-color: #ff383f;
	text-transform: uppercase;
	position: relative;
	padding: 8px 14px;
	border-radius: 4px;
	border: 0px;
	overflow: hidden;
	transition: color 0.20s linear;
	display: inline-block;
	z-index: 0;
}
.btn-style-3:hover {
	text-decoration: none;
	color: #fff;
}
.btn-style-3:after {
	content: "";
	position: absolute;
	width: 2%;
	display: block;
	background-color: #cf181f;
	transition: all 0.30s ease;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.btn-style-3:hover:after {
	width: 100%;
}
/* ===================================
	06. Header
=================================== */
.header-top-contact {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	margin-top:2%;
}
.header .header-upper-bar {
	background-color: #272727;
	padding: 16px 0px;
}
.header-top-contact ul li {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #ccc;
	padding: 0px 12px 0px 0px;
	line-height: 14px;
}
.header-top-contact ul li:last-child {
	border-right: 0px;
	padding: 0px 0px 0px 0px;
}
.header-top-contact ul li a {
	color: #ccc;
}
.contact-support-btn {
	color: #ccc;
	font-size: 14px;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.contact-support-btn:hover {
	color: #ccc;
}
.contact-support-btn i {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	background-color: #ff383f;
}
.header-social-icons a {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin: 0 4px 0 0px;
	font-size: 12px;
	background-color: #dddddd;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.header-social-icons a:last-child {
	margin-right: 0px;
}
.header-social-icons a:hover {
	color: #fff !important;
	background-color: #ff383f;
}
.header {
	background: #fff;
	z-index: 9;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}
.header-navigation {
	padding-top: 0;
	padding-bottom: 0;
}
.header-navigation .navbar-toggler span {
	background: #2D2E33;
}
.header-navigation .navbar-brand {
	position: relative;
}
.header-navigation .navbar-brand img{
max-width:250px;
}
.header-navigation .navbar-nav > li {
	margin: 0px 14px;
	position: relative;
	font-size:16px;
}
.header-navigation .navbar-nav > li:last-child {
	margin-right: 0px;
}
.header-navigation .navbar-nav > li .nav-link {
	padding: 30px 0px;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.header-navigation .navbar-nav > li .nav-link:hover {
	color: #cd3333;
}
.header-navigation .navbar-nav > li.active .nav-link, .header-navigation .navbar-nav > li:hover a {
	color: #cd3333;
}
.header-navigation .navbar-nav > li .dropdown-menu {
	margin: 0px;
	padding: 10px 0px;
	background-color: #272727;
	border: 0px;
	border-radius: 4px;
	overflow: hidden;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item {
	border-left: 2px solid #272727;
	background-color: transparent;
	text-transform: uppercase;
	color: #c1c1c1;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #3e3e3e;
	border-left: 2px solid #ff383f;
}
.header-navigation .navbar-nav > li .dropdown-menu a {
	padding: 8px 13px;
	font-size: 12px;
	line-height: 20px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn {
	padding: 10px 25px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn:not(:hover) {
	color: #fff;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #fff;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	07. Slider
=================================== */
.slider .overlay-background-black {
	background-color: rgba(0,0,0,0.5);
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-caption .slider-caption-box {
	position: relative;
	z-index: 0;
	text-align: center;
}
.slider .carousel-caption h2 {
	font-size:38px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 46px;
	text-transform: capitalize;
}
.slider .carousel-caption h2 span {
	color: #ff383f;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	background-color: #212529;
	border: 2px solid rgba(255,255,255,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	width: 50px;
	bottom: auto;
	top: 50%;
	height: 50px;
	right: 60px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 60px;
	width: 50px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 50px;
	transform: translateY(-50%);
}
/* ===================================
	08. About us
=================================== */
.scale-bg {
	background-image: url(../images/about-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.scale-bg p{
font-size:16px; margin-bottom:18px; line-height:32px;
}
.regular-content h6 {
	text-transform: uppercase;
	font-size: 14px;
	color: #ff383f;
}
.regular-content h2 {
	font-size: 30px;
	font-weight: 600;
}
/* counter */
.single-counter-box {
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	padding: 40px 15px;
}
.single-counter-box-color {
	background-color: #ff383f;
}
.single-counter-box .content {
	position: relative;
}
.single-counter-box .content .counter-info-text {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 0px;
	color: #333;
}
.single-counter-box .content .title {
	font-size: 16px;
	padding-top: 6px;
	text-transform: capitalize;
	font-weight: 500;
	color: #333;
}
/* ===================================
	09. Services
=================================== */
.service-item-box {
	position: relative;
	border-radius: 4px;
	padding: 30px;
	border: 1px solid #ecebeb;
	text-align: center;
	background-color: #fff;
}
.service-item-box:hover {
	border: 1px solid #ff383f;
	background-color: #ff383f;
}
.service-item-box .icon {
	font-size: 20px;
	margin-bottom: 30px;
	display: inline-block;
	color: #fff;
	width: 80px;
	height: 80px;
	background-color: #ff383f;
	text-align: center;
	line-height: 80px;
	border-radius: 100px 100px 100px 0px;
}
.service-item-box:hover .icon {
	border-radius: 100px 100px 0px 100px;
	background-color: #fff;
	color: #ff383f;
}
.service-item-box h4 {
	font-size: 20px;
	color: #2D2E33;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
}
.service-item-box p {
	margin: 0;
}
.service-item-box a i {
	font-size: 9px;
	position:relative;
	top: -1px;
	padding-left: 4px;
}
.service-item-box:hover h4, .service-item-box:hover p {
	color: #fff;
}
/* service side link */
.widget {
	border-radius: 4px;
	overflow: hidden;
}
.title-widget {
	padding: 25px 30px;
	border-bottom: 1px solid #f1f1f1;
	background-color: #272727;
}
.title-widget h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
}
.links-services {
	padding-left: 0;
	background: #FFF;
	margin-bottom: 0;
	border-top: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #f1f1f1;
}
.links-services li {
	border-bottom: 1px solid #f5f3f3;
	margin-right: 30px;
	margin-left: 30px;
}
.links-services li a {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 15px;
	display: block;
	line-height: 15px;
	text-transform: capitalize;
	color: #898989;
	padding-top: 15px;
	transition: all .4s;
}
.links-services li a:hover {
	color: #ff383f;
	padding-left: 10px;
}
.links-services li.active a {
	color: #ff383f;
	padding-left: 10px;
}
.links-services li a i {
	margin-right: 10px;
}
.links-services li:last-child {
	border-bottom: none;
}
/* Download broucher */
.lists-brochures {
	padding: 30px;
	background: #FFF;
	border-top: none;
	border: 1px solid #f1f1f1;
}
.lists-brochures li a {
	width: 100%;
	position: relative;
	border: 1px solid #f1f1f1;
	background: #f5f5fb;
	color: #323232;
	height: 60px;
	line-height: 60px;
	display: block;
	margin-bottom: 4px;
	text-align: left;
	padding-left: 15px;
	z-index: 2;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.20px;
}
.lists-brochures li a:hover {
	background-color: #ff383f;
	color: #fff;
}
.lists-brochures li a i {
	margin-right: 10px;
	font-size: 14px;
}
.lists-brochures li:last-child a {
	margin-bottom: 0;
}
/* need help */
.need-help {
	padding: 30px;
	background: #FFF;
	border-top: none;
	border: 1px solid #f1f1f1;
}
.need-help-call {
	color: #ff383f;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
}
.need-help-call:hover {
	color: #272727;
}
/* single service img carousel */
.single-service-img-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: left;
}
.single-service-img-carousel .owl-nav .owl-prev, .single-service-img-carousel .owl-nav .owl-next {
	border-radius: 0;
	color: #333 !important;
	line-height: 40px;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: #f5f5f5 !important;
}
.single-service-img-carousel .owl-nav .owl-prev:hover, .single-service-img-carousel .owl-nav .owl-next:hover {
	background-color: #ff383f !important;
	color: #fff !important;
}
/* ===================================
	10. Call to action
=================================== */
.call-to-action-section {
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	background: url(../images/call-to-action-bg.jpg) fixed no-repeat;
}
.call-to-action {
	background-color: rgba(255,56,63,0.9);
	padding: 30px;
}
.call-to-action h4 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 46px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.call-to-action p {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 20px;
	display: inline-block;
}
.call-to-action a i {
	padding-right: 6px;
}
/* ===================================
	11. Awesome Features
=================================== */
.features-tab .nav-pills a {
	border: 1px solid #f5f5f5;
	border-radius: 0px;
	padding: 18px 12px;
	color: #333;
	position: relative;
	text-transform: capitalize;
}
.features-tab .nav-pills a.active:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 50%;
	background-color: #ff383f;
	right: -6px;
	transform: translateY(-50%) rotate(45deg);
}
.features-tab .nav-pills a.active {
	background-color: #ff383f;
}
.features-tab .nav-pills a:hover {
	background-color: #ff383f;
	color: #fff;
}
.features-tab .tab-content {
	border: 1px solid #f5f5f5;
	padding: 20px;
}
/* ===================================
	12. Our Work
=================================== */
.text_center { text-align: center; margin:30px auto;}
.page a,.page span {
        display: inline-block;
        font-size: 15px;
        color:#7f8d99;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:0 4px 10px auto;
        background: #ecf1f5;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page a:hover,.page span.current {
        background: #0064b2;
        color:#fff;
    }
.project-section {
	position: relative;
	background-image:url(../images/product_bj.png);
	background-position:center top;
	z-index: 0;
}
.project-section_1 {
	position: relative;
	z-index: 0;
}
.project-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.1);
	z-index: -1;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	display: none;
}
.portfolio-box {
	margin-bottom: 30px;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img .hoverlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
}
.portfolio-box:hover .hoverlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box .hoverlay a {
	color: #ff383f;
	font-size: 14px;
	background-color: #fff;
	width: 40px;
	border-radius: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.portfolio-box .hoverlay a:hover {
	background-color: #ff383f;
	color: #fff;
}
.portfolio-box .portfolio-box-des {
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #f5f5f5;
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
}
.portfolio-box .portfolio-box-des h5 {
	font-weight: 600;
}
.portfolio-box .portfolio-box-des:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #ff383f;
	top: -11px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transform: rotate(45deg);
}
.portfolio-box:hover .portfolio-box-des:before {
	opacity: 1;
}
.portfolio-box:hover h5, .portfolio-box:hover p {
	color: #fff;
}
.portfolio-box:hover .portfolio-box-des {
	background-color: #ff383f !important;
	border-color: #ff383f;
}
.filter1 {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	padding: 15px;
}
.filter1 li span {
	cursor: pointer;
	padding: 2px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.filter1 li span:hover {
	color: #fff;
	background-color: #ff383f;
}
.filter1 li span.active {
	color: #fff;
	background-color: #ff383f;
}
/* project info */
.project-info-box {
	background-color: #ff383f;
	padding: 25px;
	color: #fff;
}
.project-info-box ul li h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 2px;
}
/* Progressbar */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 14px;
	color: #1e1e27;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #e5e5e5;
}
.skill-progress .progress-content {
	width: 0%;
	background: #474d53;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 20px;
}
.skill-progress .percent {
	color: #1e1e27;
	font-size: 12px;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 4px;
}
.skill-progress .progress-content {
	background: #ff383f;
}
.skill-progress .percent {
	position: relative;
}
.skill-progress .percent:before {
	background: #ff383f;
	border-radius: 100%;
	bottom: -20px;
	content: "";
	height: 15px;
	position: absolute;
	right: 10px;
	width: 15px;
}
.skill-progress .skill-bar {
	margin-bottom: 24px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
/* single project img carousel */
.single-project-img-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: left;
}
.single-project-img-carousel .owl-nav .owl-prev, .single-project-img-carousel .owl-nav .owl-next {
	border-radius: 0;
	color: #333 !important;
	line-height: 40px;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: #f5f5f5 !important;
}
.single-project-img-carousel .owl-nav .owl-prev:hover, .single-project-img-carousel .owl-nav .owl-next:hover {
	background-color: #ff383f !important;
	color: #fff !important;
}
/* ===================================
	13. Our Team
=================================== */
.team-wrapper-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-wrapper-box .team-img-box {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.team-wrapper-box .team-img-box img {
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
}
.team-wrapper-box .team-img-box:after {
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	pointer-events: none;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.team-wrapper-box:hover .team-img-box img {
	transform: scale(1.1);
}
.team-wrapper-box:hover .team-img-box:after {
	background: rgba(0,0,0,.6);
}
.team-social {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
.team-social li {
	display: inline-block;
	margin: 0px 0px;
	padding: 6px 12px;
	background-color: #373737;
	text-align: center;
}
.team-social li a {
	color: #fff;
}
.team-social li a:hover {
	color: #ff383f;
}
.team-wrapper-box .team-member-info {
	padding: 25px;
	position: relative;
	background-color: #272727;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-wrapper-box .team-member-info:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #272727;
	top: -5px;
	left: 20px;
	transform: rotate(45deg);
}
.team-wrapper-box .team-member-info h6 {
	font-size: 18px;
	font-weight: 600;
	color: #ff383f;
	margin: 0 0 5px;
}
.team-wrapper-box .team-member-info span {
	font-size: 13px;
	display: inline-block;
	opacity: 0.7;
}
/* ===================================
	14. Testimonials
=================================== */
.testimonial-bg {
	background-image: url(../images/testimonial-bg.jpg);
}
.testimonial-item {
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 40px;
	padding: 60px 20px 20px 20px;
}
.testimonial-item .img {
	display: inline-block;
	position: absolute;
	margin: auto;
	top: -40px;
	left: 0px;
	width: 100px;
	right: 0px;
}
.testimonial-item .img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #ff383f;
}
.testimonial-item h6 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.testimonial-item label {
	color: #333;
	margin-bottom: 0px;
}
.testimonial-item p {
	color: #333;
	font-style: italic;
	font-size: 16px;
	margin-top: 20px;
	line-height: 24px;
	position: relative;
}
.testimonial-item .rating-star i {
	color: #ff383f;
}
.testimonial-section .owl-nav {
	text-align: center;
	bottom: 0px;
	width: 100%;
	margin-top: 30px;
}
.testimonial-section .owl-nav .owl-prev, .testimonial-section .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #272727 !important;
	border-radius: 100%;
	line-height: 40px;
	color: #272727 !important;
}
.testimonial-section .owl-nav .owl-prev:hover, .testimonial-section .owl-nav .owl-next:hover {
	background-color: #ff383f;
	color: #fff !important;
}
/* ===================================
	15. Blog
=================================== */
.single-news-item {
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	overflow: hidden;
}
.single-news-item .post-thumbnail {
	position: relative;
	overflow: hidden;
}
.single-news-item .post-thumbnail img {
	width: 100%;
	height: auto;
}
.single-news-item .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.30s ease;
}
.single-news-item:hover .hover {
	opacity: 1;
}
.single-news-item .post-meta {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.single-news-item .post-meta li {
	display: inline-block;
	list-style: none;
}
.single-news-item .post-meta li a {
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	background-color: #ff383f;
}
.single-news-item .post-meta li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff383f;
	border-color: #ff383f;
}
.single-news-item .post-date {
	position: absolute;
	top: 10%;
	left: 4%;
	border-radius: 6px;
	overflow: hidden;
}
.single-news-item .date {
	display: block;
	padding: 4px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background-color: #272727;
	width: 100%;
}
.single-news-item .month {
	display: block;
	padding: 4px 13px;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	background-color: #ff383f;
}
.single-news-item .post-content {
	padding: 24px;
}
.single-news-item .post-title {
	margin: 0 0 10px 0;
}
.single-news-item .post-title a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 26px;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.single-news-item .post-title a:hover {
	text-decoration: none;
	color: #ff383f;
}
.single-news-item .post-description {
	line-height: 22px;
	color: #505050;
}
/* blog widget */
.blog-widget {
	border: 1px solid #f5f5f5;
	padding: 20px;
	border-radius: 4px;
}
.blog-title-widget h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
.blog-title-widget h3:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ff383f;
	top: 0px;
	left: -20px;
}
/* search widget */
.search-widget .form-group {
	position: relative;
}
.search-widget input {
	height: 50px;
}
.search-widget button {
	position: absolute;
	right: 0px;
	top: 50%;
	background-color: #ff383f;
	color: #fff;
	height: 100%;
	border-radius: 0px 4px 4px 0px;
	width: 50px;
	transform: translateY(-50%);
}
/* blog categories */
.blog-categories ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}
.blog-categories ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.blog-categories ul li a {
	color: #333;
}
.blog-categories ul li a:hover {
	color: #ff383f;
}
/* blog tags */
.blog-tags a {
	background-color: #f5f5f5;
	padding: 4px 10px;
	display: inline-block;
	color: #333;
	border-radius: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
}
.blog-tags a:hover {
	background-color: #ff383f;
	color: #fff;
}
/* Recent post */
.recent-post-box {
	display: inline-block;
	width: 100%;
	position: relative;
}
.recnt_pst_imge {
	width: 20%;
	float: left;
	margin-right: 15px;
}
.recnt_pst_imge img {
	border-radius: 4px;
}
.recent-title {
	text-align: left;
	display: inline-block;
	width: 75%;
	float: left;
}
.recent-title > a {
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 0px;
	color: #2c2c2c;
	line-height: 22px;
}
.recent-title > p {
	font-size: 13px;
	color: #515050;
	margin-top: -8px;
	margin-bottom: 0px;
}
/* singal blog */
.singal-blog-section blockquote {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #ff383f;
}
.singal-blog-section blockquote p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.singal-blog-section .post-share-options {
	position: relative;
	margin-top: 10px;
	width: 100%;
}
.singal-blog-section .post-share-options {
	position: relative;
	display: inline-block;
}
.singal-blog-section .post-share-options .share-tags {
	float: left;
}
.singal-blog-section .post-share-options .share-tags a:first-child {
	margin-left: 10px;
}
.singal-blog-section .post-share-options .share-tags a {
	position: relative;
	color: #222222;
	text-transform: uppercase !important;
	line-height: 1em;
	padding: 6px 10px;
	font-size: 11px;
	border-radius: 4px;
	background-color: #f5f5f5;
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
}
.singal-blog-section .post-share-options .share-tags a:hover {
	background-color: #ff383f;
	color: #fff;
}
.singal-blog-section .post-share-options .share-tags a:last-child {
	margin-right: 0px;
}
.singal-blog-section .post-share-options .share-social {
	float: right;
}
.singal-blog-section .post-share-options .share-social a:first-child {
	margin-left: 10px;
}
.singal-blog-section .post-share-options .share-social a {
	position: relative;
	color: #222222;
	text-transform: uppercase !important;
	line-height: 1em;
	padding: 6px 10px;
	font-size: 11px;
	border-radius: 4px;
	background-color: #f5f5f5;
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
}
.singal-blog-section .post-share-options .share-social a:hover {
	background-color: #ff383f;
	color: #fff;
}
.singal-blog-section .post-share-options .share-social a:last-child {
	margin-right: 0px;
}
/* Comments */
.list-comments {
	border: 1px solid #f5f5f5;
	padding: 20px;
	border-radius: 4px;
}
h4.single-blog-inner-title {
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 600;
	padding: 6px 0px;
	position: relative;
	color: #333;
}
h4.single-blog-inner-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ff383f;
	top: 0px;
	left: -20px;
}
.comments li .comment {
	padding: 0px;
	position: relative;
	overflow: hidden;
	background: transparent;
}
.comments .comment_imgg {
	width: 12%;
	float: left;
}
.comments .comment_imgg img.comment-avatar {
	border-radius: 4px;
}
.comments .comment_content {
	position: relative;
	width: 85%;
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 15px;
	float: right;
}
.comments li .comment strong.commenter-title {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	color: #8B8B8B;
}
.comments li .comment strong.commenter-title a {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.comments li .comment span.comment-date {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.comments li .comment span.comment-reply a {
	transition: all 0.5s ease 0s;
	font-size: 11px;
	padding: 5px 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 4px;
	background-color: #333;
	text-transform: uppercase;
	color: #fff;
}
.comments li .comment span.comment-reply a:hover {
	background-color: #ff383f;
}
.comments li .comment p {
	margin-top: 7px;
	font-size: 14px;
}
.comments li .comment p:last-child {
	margin-bottom: 0px;
}
/* leave a comment form */
.leave-a-comment-form {
	border: 1px solid #f5f5f5;
	padding: 20px;
	border-radius: 4px;
	background-color: #f5f5f5;
}
.leave-a-comment-form input {
	border: 0px;
	height: 50px;
}
.leave-a-comment-form textarea {
	border: 0px;
}
/* ===================================
	16. Client
=================================== */
.client-item-logo {
	margin: 0px 0;
	opacity: 0.5;
	transition: ease all 0.3s;
	border: 1px solid #fff;
	-webkit-transition: ease all 0.3s;
}
.client-item-logo:hover {
	opacity: 1;
	border: 1px solid #ff383f;
}
/* ===================================
	17. Footer
=================================== */
.footer {
	background: #111;
}
.footer-area h3.footer-title {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 6px;
	position: relative;
	display: inline-block;
	margin-bottom: 14px;
	color: #fff;
}
.footer-link li a {
	color: #ccc;
	font-size:16px;
	padding-bottom: 8px;
	display: inline-block;
}
.footer-link li a:hover {
	color: #ff383f;
}
.footer-area p {
	color: rgba(255,255,255,.5);
	margin-bottom: 26px;
}
.footer-newsletter {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-newsletter .title {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 6px;
}
.footer-newsletter .form-control {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 50px;
	font-size: 13px;
	color: #ababab;
	background-color: #fff;
	border: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 10px 50px 10px 30px;
}
.footer-newsletter .subscription-btn {
	border: 0px;
	color: #fff;
	background-color: #ff383f;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	text-align: center;
}
.footer-contact li a {
	color: rgba(255,255,255,.5);
}
.footer-contact li a:hover {
	color: #ff383f;
}
.footer-copyright {
	background-color: #272727;
}
.footer-copyright p {
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	margin: 0;
	padding: 20px 0;
}
.footer-social-icons li a {
	background-color: #272727;
	color: #ccc;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.footer-social-icons li a:hover {
	background-color: #ff383f;
	color: #fff;
}
.footer-instagram a img {
	max-width: 75px;
	margin-bottom: 6px;
	margin-right: 6px;
	border-radius: 4px;
}
/* ===================================
	18. Page Title
=================================== */
.page-title {
	position: relative;
	text-align: center;
}
.page-title h1 {
	color: #fff;
	font-weight: 300;
	font-size: 50px;
}
.page-title-bg {
	background-image: url(../images/page-title-bg.jpg);
	background-position: center top;
	z-index: 0;
}
.page-title-center {
	background-color: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 15px 15px;
}
.breadcrumb-box .breadcrumb-item.active {
	color: #ccc;
}
.breadcrumb-box li {
	margin-right: 0px !important;
}
.breadcrumb-box li a {
	color: #ff383f; font-size:16px;
}
/* ===================================
	19. FAQ's
=================================== */
.accordion-box .card {
	margin-bottom: 4px;
	border-radius: 0px;
}
.accordion-box .card .card-header .btn {
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	background-color: #ff383f;
	padding: 16px 16px !important;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
}
.accordion-box .card .card-header .btn.collapsed {
	background-color: #272727;
	color: #fff !important;
}
.accordion-box .card .card-header {
	padding-right: 0px;
}
.accordion-box .card .card-body {
	line-height: 22px;
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
	position: relative;
	margin-top: 20px;
}
.accordion-box .card .card-body:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #f5f5f5;
	top: -8px;
	left: 20px;
	transform: rotate(45deg);
}
.accordion-box .card .btn {
	position: relative;
	width: 100%;
	text-align: left;
	white-space: normal;
}
.accordion-box .card .card-header .btn .fa-long-arrow-alt-down {
	display: inline-block;
	color: #fff;
}
.accordion-box .card .card-header .btn.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.accordion-box .card .card-header .btn.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.accordion-box .card .card-header .btn .fa-long-arrow-alt-right {
	display: none;
}
.have-any-question {
	background-color: #ff383f;
	border-radius: 4px;
	padding: 20px;
}
.have-any-question .form-control {
	font-size: 14px;
	height: auto;
	padding: 16px 10px;
	border: 0px;
	background-color: #f8f9fb;
	color: #2D2E33;
}
/* ===================================
	20. Contact Us
=================================== */
.map-area iframe {
	width: 100%;
	height: 200px;
	border: 0px;
}
.contact-info ul li a {
	color: #6C6D74;
}
.contact-info ul li i {
	color: #ff383f;
}
h4.contact-title {
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 600;
	padding: 6px 0px;
	position: relative;
	color: #333;
}
h4.contact-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ff383f;
	top: 0px;
	left: -20px;
}
.contact-form {
	border: 1px solid #f5f5f5;
	padding: 20px;
	border-radius: 4px;
	background-color: #f5f5f5;
}
.contact-form input {
	border: 0px;
	height: 50px;
}
.contact-form textarea {
	border: 0px;
}